GtkSearchBar - Mark get_key_capture_widget() return value as nullable
authorSebastian Dröge <sebastian@centricular.com>
Sun, 26 Dec 2021 09:03:25 +0000 (11:03 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 26 Dec 2021 09:06:34 +0000 (11:06 +0200)
commitaa289d102354bd43b54ca74ce27a57059283d2b9
tree24db368b472f9e573c3ccc3cdbfed54894c20cc8
parentef51e027678bd7f2e8f435e54623b79f9ca2f36a
GtkSearchBar - Mark get_key_capture_widget() return value as nullable

The setter allows setting NULL so this can clearly also return NULL
under normal circumstances.

Same for the corresponding API in GtkSearchEntry.
gtk/gtksearchbar.c
gtk/gtksearchentry.c